45478c142556b0210ef2f30c300908a1f3b0ab56,portal-impl/src/com/liferay/portal/security/permission/ResourceActionsImpl.java,ResourceActionsImpl,getModelResourceGuestUnsupportedActions,#String#,288

Before Change


	}

	public List<String> getModelResourceGuestUnsupportedActions(String name) {
		List<String> actions = getActions(
			_modelResourceGuestUnsupportedActions, name);

		return ListUtil.copy(actions);
	}

	public String getModelResourceNamePrefix() {

After Change


	}

	public List<String> getModelResourceGuestUnsupportedActions(String name) {
		return getActions(_modelResourceGuestUnsupportedActions, name);
	}

	public String getModelResourceNamePrefix() {